FUNCTION keep dialog windows at front of Smalltalk stack
ST-VERSIONS 4.1
PREREQUISITES
CONFLICTS
DISTRIBUTION world
VERSION 1.0
DATE May 1993
SUMMARY Finally, a fix for that annoying feature whereby under X you lose sight of your dialog box, and subsequently your image appears to freeze. (Especially annoying for end-users.) In fact, you can see the fix is
trivial; it relies on the fact the the dialogbox remains the activeController
throughout its interaction with the user. Bernard Horan, 6/5/93"!
!StandardSystemController methodsFor: 'dialogs'!
bringWindowToFront
"do nothing"!
unknownEvent: anEvent
"Some unknown window manager event has happened, let's assume it
means
that we need to bring my window back to the front.